Feature/update python dependencies in pyprojecttoml issue#34
Merged
choijhyeok merged 2 commits intodevfrom Jan 11, 2026
Merged
Conversation
- 환경 변수 파일들을 gitignore에 추가 - .env, .env.local, .env.development, .env.test, .env.production - 백엔드 런타임 디렉토리 패턴 정리 - pipeline_ui/backend/checkpoints/* - pipeline_ui/backend/output/* - pipeline_ui/backend/uploads/* - 프론트엔드 의존성 파일 무시 설정 - pipeline_ui/frontend/node_modules/* - pipeline_ui/frontend/package-lock.json - 불필요한 ./ 접두사 제거 및 패턴 간소화
- pyproject.toml: FastAPI 백엔드 의존성 추가 - fastapi>=0.124.4: 웹 API 프레임워크 - uvicorn>=0.38.0: ASGI 서버 - python-multipart>=0.0.21: 파일 업로드 지원 - 추가 유틸리티: requests, httpx, tqdm, google-api-client 등 - pipeline_ui/README.md: uv 사용법 추가 - 기존 venv 방식과 함께 'uv run python main.py' 옵션 제공 - uv.lock: 의존성 잠금 파일 업데이트
choijhyeok
approved these changes
Jan 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
의존성 추가
fixes #21